home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 94 / CD-ROM 94.iso / util / weban / setup.msi / Cabs.w22.cab / footer.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-01-03  |  225 b   |  17 lines

  1. body {
  2.     color: white;
  3.     background-color: #6487DC;
  4.     font-family: Verdana;
  5.     margin: 0px 7px 0px 7px;
  6.     font-size: 62.5%;
  7.     line-height: 22px;
  8.     cursor: default;
  9. }
  10.  
  11. a {
  12.     color: white;
  13. }
  14.  
  15. a:hover {
  16.     color: #AEB2FE;
  17. }